body {
    color: gold;
    
    border: 1px;
    padding: 5px 20px 10px 20px;
    font-family: cursive, sans-serif, times new roman;
    background-color: black;
    text-align: center;
    font-size: 25px;
    }
    
 h1 {font-size: 300%;}
 
 h3 {color: #f7f4f3 /* cream white */ 
 }
 
 p  {
    font-size: 20px;
    color: #E8593A; /* peach red */ 
    }
    
 a  {
    color: #ffe1db; /* peach white */ 
    text-decoration: none;
    text-decoration: none;
    font-weight: bold;
    border: 2px black;}
    
 #topa {
    text-decoration: none;
    text-decoration: none;
    }
 #head {
    text-shadow: red;
    background-color: #e35739; /* redish*/
    
    }
 #thumb {
    border-color: white 25px solid;
    background-color: #a7cece; /* greenish*/
 }
  
 a:hover {background-color: gold;}
 a:visited {color: pink;}
 a:active {
    background-color: red;
    border: 1px inset black;
    }